All Questions
Tagged with declarative-programmingparadigms
5 questions
0votes
0answers
141views
Is This Programming Paradigm New? [closed]
preface: to define what a programming paradigm is in context of this post, I will use the definition used in wikipedia A programming paradigm is a relatively high-level way to conceptualize and ...
16votes
7answers
9kviews
Is declarative programming just imperative programming 'under the hood'?
From my understanding, in declarative programming, programmer only need to define the end result, but not how to compute it. But for execute that said function, the function must be pre-defined by the ...
3votes
5answers
919views
Is assignment declarative or imperative?
On Wikipedia, the article Programming paradigms defines declarative as a paradigm in which the programmer merely declares properties of the desired result, but not how to compute it; imperative as a ...
11votes
3answers
5kviews
Do functional programming languages disallow side effects?
According to Wikipedia, Functional programming languages, that are Declarative, they disallow side effects. Declarative programming in general, attempts to minimize or eliminate side effects. Also, ...
5votes
7answers
1kviews
How to better start learning programming - with imperative or declarative languages? [closed]
Someone is interested in learning to program. What language paradigm should I recomend him - imperative or declarative? And what programming language should he start with? I think that declarative ...